-
-
Notifications
You must be signed in to change notification settings - Fork 241
chore(modal-navigation-app): Add modal-navigation test app #1358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -0,0 +1,12 @@ | |||
<TabView #rootLayout androidTabsPosition="bottom" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove file as TabView in modal won't work in Angular
<Button text="Show Modal Page With Frame" (tap)="onModalFrame()"></Button> | ||
<Button text="Navigate To Second Page" (tap)="onNavigateSecond()"></Button> | ||
<Button text="Reset Frame Root View" (tap)="onFrameRootViewReset()"></Button> | ||
<Button text="Reset Tab Root View" (tap)="onTabRootViewReset"></Button> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing () call.
|
||
@Component({ | ||
selector: "ns-router", | ||
templateUrl: "app.component.html", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this should be ./modal-router.component.html.
b78b3ce
to
7676ed6
Compare
No description provided.